for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import classNaming from "./naming"
export type {
ClassNames,
ClassHash,
ClassNamesProperty,
ClassNamed,
CssModule //TODO Delete after #16
} from "./defs"
export default classNaming
export { classNaming }
export { classNamesCheck } from "./check"
export { classNamesMap } from "./map"